home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
optivc32
/
vecall.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-03-06
|
998b
|
50 lines
/* VecAll.h
includes all header files belonging to and needed by
the VectorLib part of OptiVec
Copyright (c) 1996-1999 by Martin Sander
*/
#ifdef __cplusplus
#include <newcplx.h>
#else
#include <cmath.h>
#endif
#include <VecLib.h>
#include <VFstd.h>
#include <VDstd.h>
#include <VEstd.h>
#include <VCFstd.h>
#include <VCDstd.h>
#include <VCEstd.h>
#include <VBIstd.h>
#include <VSIstd.h>
#include <VIstd.h>
#include <VLIstd.h>
#include <VQIstd.h>
#include <VUBstd.h>
#include <VUSstd.h>
#include <VUstd.h>
#include <VULstd.h>
#include <VUIstd.h>
#include <VFmath.h>
#include <VDmath.h>
#include <VEmath.h>
#include <VCFmath.h>
#include <VCDmath.h>
#include <VCEmath.h>
#include <VBImath.h>
#include <VSImath.h>
#include <VImath.h>
#include <VLImath.h>
#include <VQImath.h>
#include <VUBmath.h>
#include <VUSmath.h>
#include <VUmath.h>
#include <VULmath.h>
#include <VUImath.h>
#include <Vgraph.h>
#include <xmath.h>